{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="auto_updater"}
{if count($content.availableUpdates) > 0}

{$txt.heading_overview}

    {foreach item=update from=$content.availableUpdates}
  • isRequired()}required disabled{/if} checked>

    {$update->name($language_code)|unescape:"html" nofilter}

    {if $update->icon($language_code)} {elseif $update->image($language_code)} {/if}
    {$update->description('short', $language_code)|truncate:55:" ..."}
  • {/foreach}

{include file="get_usermod:auto_updater/db_backup_modal.html"} {include file="get_usermod:auto_updater/update_details_modal.html"} {include file="get_usermod:auto_updater/processing_updates_modal.html"} {else}

{$txt.heading_overview}


{$txt.text_no_updates_available}


{/if} {include file="get_usermod:auto_updater/info_modal.html"} {if $content.uninstalledUpdates} {include file="get_usermod:auto_updater/uninstalled_updates_modal.html"} {/if}
{/block}